#linkURL{
  display: none;
}
.info.leaflet-control{
	background: #fbfbfb;
    padding: 10px;
    border-radius: 10px;
    margin-right: 50px;
}




.container-check {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 200;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 19px;
  width: 20px;
  border-radius: 5px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #fd7d7d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* estilos generales */
body.application {
  background: #ffffff; 
  padding: 60px 20px 0;
} 

 

.form-control { 
  padding: 3px 12px; 
}
.mb30{
  margin-bottom: 30px;
  padding-bottom: 30px !important;
}
a:focus { 
  outline: none !important; 
}
.m-tb-15{
  margin: 15px 0;
}
.m-t-20{
 margin-top: 20px;
}

.m-t-30{
  margin-top: 30px;
 }

/* Tamaño de letra de los charts */
.dc-chart g.row text {
  fill: black; 
}

.dc-chart .pie-slice {
  fill: black; 
  font-size: 13px;
}

.pie-center div.dc-chart {
  float: none;
  text-align: center;
}
.chart-wrapper .reset {
  left: 116px;
  position: absolute;
  top: -2px;
}
.chart-wrapper a.reset {   
  left: 30px;
}

/* cambios de estilos cards */
.chart-wrapper {
  background: #fff;
  border-radius: 5px; 
  padding: 15px; ;
  position: relative; 
  box-shadow: 0 1px 3px rgba(0,0,0,0.21), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.leaflet-top, .leaflet-bottom { 
  z-index: 999; 
}


.min-height-card{
  min-height: 686px;
}

.chart-wrapper .chart-title {
  border-bottom: none;
  width: fit-content;
  cursor: help;
}

.title-totality{
  margin: 10px 0 0 30px;
}

.margin-first{
    margin-top: 40px;
    margin-bottom: 35px;
}

.chart-wrapper .chart-title.total-box, .chart-stage.total-box, .chart-stage.total-box .dc-chart { 
  width: 100%; 
  text-align: center !important;
}
.link-subsidios{
  text-align: center;
  margin-top: 77px;
}



.chart-wrapper.card-main{
background: #f5f1e7;
border-radius: 0px; 
}

.chart-wrapper .chart-stage { 
   text-align: left;
}



/* cambios en menu */
.navbar-inverse {
  background-color: #0C231E;
  border-color: #0C231E;
   border-radius: 0px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #B38E5D;
  background-color: #13322B;
}

.navbar-fixed-second a:hover {
  color: #B38E5D !important;
  background-color: #13322B;
}

.navbar.navbar-default{
  position: absolute; 
  top: 0;
}
.navbar-fixed-top {
  color: #fff;
  background-color: #0C231E;
  z-index: 9999;
}
.navbar-fixed-second {
  position: fixed;
  right: 0;
  left: 0;
  top:50px;
  z-index: 1030;
  width: 100%;
  background-color: #13322B;
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.navbar-fixed-second a{
  margin: 8px;
}

.navbar-brand {
  float: initial; 
}

.navbar-brand img { 
  margin-top: 5px;
  margin-bottom: 4px;
}

body.application > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 72px;
}


@media (min-width: 768px){
  .navbar-nav{
      float:none;
      margin: 0 auto;
      display: table;
      table-layout: fixed;
  }
 
}
/* sobrescribiendo estilos bootstrap */
.btn-primary {
  color: #fff;
  background-color: #336a54;
  border-color: #336a54;
}

.btn-primary:hover { 
  background-color: #336a54;
  border-color: #336a54;
}

.btn-primary:active { 
  background-color: #336a54;
  border-color: #336a54;
}

.btn-primary:focus { 
  background-color: #336a54;
  border-color: #336a54;
}
a.fa-question-circle {
  color: #52a986;
  text-decoration: none;
  cursor: pointer;
}

a.fa-question-circle:hover {
  color: #336a54;
  text-decoration: none;
}


/* iconos */
.icon-download{
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.card-icon .fa {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 46px;
  color: #d8ddc5;
  /* border: 6px solid #336a5494; */
  padding: 2px 7px;
  border-radius: 24px;
}


/* tablas */
.table {
  margin-bottom: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { 
  color: #fff; 
  background-color: #c3cdb2;
  border-color: #c3cdb2;
}


.table>thead>tr>th {
  border-bottom: 2px solid #ddd;
  background: #f5f1e7;
  color: #4c4c4c;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 4px 12px;
  line-height: 1.2; 
}

.pagination>li>a, .pagination>li>span { 
  color: rgba(0, 0, 0, 0.925); 
}
.dataTables_filter{
  text-align: right;
}
.dataTables_filter input{
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.dataTables_filter label {
  display: inline-block; 
  margin-bottom: 5px; 
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}

.btn-group>.btn{ 
  padding: 11px;
  border: 1px solid white;
}

.btn-group>.btn:hover{ 
  color: #fff;
  background-color: #c3cdb2;
  border-color: #c3cdb2;
}

 

.table-container .col-sm-6.float-right{
  text-align: right;
  margin-top: 30px;
}
.table-container .col-sm-6.float-left{
  display: inline-flex;
  margin-top: 30px;
}

.paging-length label{
  display: inline-flex;
}

.pagination { 
  margin:  0;   
}
.paging-info{
  margin: 0 30px 0 0;
}

.paging-length select{
  margin: 0 5px;
    margin-top: -9px;
    padding: 3px;
}

.dtrg-start{
  background-color: #efefef;
} 

.time-load .form-group{
  text-align: end;
}
 
.col-form-label{
  margin-top: 8px;
}



/* cambios de layout */
@media (min-width: 1500px) {
  .container-fluid {
          max-width: 1480px; 
      }
 .container {
          width: 1500px;
  }
}



@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .text-decoration-none.btn{
      margin-top: 20px;
  } 
body.application > .container-fluid { 
    margin-top: 104px;
  } 

  body.application.subsidios-main > .container-fluid { 
    margin-top: 48px;
  }
 
  .table-container{
    overflow: auto;
    
  }

  .mobile-mt-15{
    margin-top: 15px;
  }

  .time-load .form-group{
    text-align: left;
  }
}

.f15{
  font-weight: 500;
  font-size: 15px;
}



/* scroll  */ 
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #bababa;
}
::-webkit-scrollbar-thumb:active {
  background: #acaaaa;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.smallscroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.smallscroll::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.smallscroll::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}
.smallscroll::-webkit-scrollbar-thumb:active {
  background: #c2c2c2;
}
.smallscroll::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.smallscroll::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
.smallscroll::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}

.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:active {
  background: #c2c2c2;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.smalldataTables_scrollBodyscroll::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
.dataTables_scrollBody::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}

.dc-table td{
  text-transform: lowercase;
}

.table-apoyo .dc-table td, .table-apoyo .dc-table th{
  text-transform: uppercase;
}

.dc-table td:first-letter {
  text-transform: uppercase;
}



#modal-alert{
  width: 100%;
  height: 100%;
  background: #b7b7b763;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.body-alert{
  top: 168px;
  position: absolute;
}
.body-alert .alert{
  padding: 50px;
  font-size: 20px;
  text-align: justify;
  color: #1d4c42;
  background-color: #c3cdb2;
  border-color: #949d84;
}
.fa.fa-times.fa-lg{
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.fa.fa-times.fa-lg:hover{
  color : #8d3937;
}

.url_type{
  background: transparent;
  border: transparent;
  color: #428bca;
}

.url_type:hover{
  background: transparent;
  border: transparent;
  color: #1c7dd1;
  text-decoration: underline;
}





.help-m { 
  display: none; 
  background-color: #ffffff;
  position: absolute;
  width: 98%;
  z-index: 99999; 
  left: 1%;
  color: #666;
  top: 55px;
  border-radius: 6px ; 
  -webkit-animation: backInUp 0.4s;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.18);
  
}

.help-title{
 background: #f7f7f7;
 padding: 15px 30px;

 border-radius: 6px 6px 0 0 ;
}
.help-content{
  padding: 15px 30px;
  font-size: 14px;
}
.chart-title:hover .help-m { 
  display:block; 
}
 


.chart-title .fa-refresh{
  margin-left: 30px;
}
 
 
.animationLoader {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: preloadAnimation;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  display: flex;
  min-height: 30px;
  margin-top: 15px;
}

 
@keyframes preloadAnimation{
  0%{
      background-position: -769px;
  }
  100%{
      background-position: 769px;
  }
}


.filterlist p{  
  border-bottom: 1px solid #7c7c7c; 
  font-size: 12px;
}
 .filterlist span{ 
    text-transform: lowercase; 
    color: whitesmoke ;
 }
 .filters-container{
  z-index: 9999999; 
  display: none; 
  position: fixed; 
  top: 120px; 
  right: 0px; 
  padding: 10px; 
  width: 250px; 
  background: #13322b; 
  color: white; 
  border-radius: 0px 0px 0 5px;
  margin-right: -250px;
  
  transition: all 1s ease;
 }
 .filter-arrow{
  position: absolute; 
  left: -30px; 
  background: #13322be3; 
  color: white; 
  width: 30px; 
  padding: 5px 10px; 
  top: 0; 
  border-radius: 5px 0 0 5px; 
  
 }

 .filter-reset{
  font-size: 12px; 
  margin-left: 30px; 
  color:#B38E5D;
 }
 .openFilter{ 
  margin-right: 0px; 
  transition: all 1s ease;
 }

 .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
/* esta sección agrega un shadow a las letras
Se remueve pues en el nuevo sankey no se visualiza correctamente
*/

/*
textPath.node-label-text-path{
  fill: rgb(255 255 255) !important;
  text-shadow:rgb(0, 0, 0) -1px 1px 1px, rgb(0, 0, 0) 1px 1px 1px, rgb(0, 0, 0) 1px -1px 1px, rgb(0, 0, 0) -1px -1px 1px;
}
*/

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.spinner-box{
  width: 100%;
  height: 100%;
  background: #b7b7b763;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.spinner-box.show-pinner{ 
  display: block;
}

.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-left-color: #27685a;
  position: fixed;
  top: 50%;
  left: 50%;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.solicitados-d .card-icon .fa {
  color: #bed3e1;
}

.asignados-d .card-icon .fa {
  color: #dbe9d4;
}

.convenidos-d .card-icon .fa {
  color: #d2edea;
}

.pagados-d .card-icon .fa {
  color: #d7d0eb;
}

.finiquitados-d .card-icon .fa {
  color: #e9e1ca;
}

.asesoresg-d .card-icon .fa {
  color: #fff7bd;
}

.asesoresg-d  .chart-wrapper.card-main, .asesoresg-d  .table>thead>tr>th {
  background: #fffce8; 
}

.solicitados-d .chart-wrapper.card-main, .solicitados-d .table>thead>tr>th {
  background: #e8eff3; 
}

.asignados-d .chart-wrapper.card-main, .asignados-d .table>thead>tr>th  {
  background: #e3f1db; 
}

.convenidos-d .chart-wrapper.card-main, .convenidos-d .table>thead>tr>th  {
  background: #ddf7f4;
}

.balsas-d .card-icon .fa {
  color: #3F89C9;
}


.sanidad-d .chart-wrapper.card-main, .sanidad-d .table>thead>tr>th  {
  background: #A1C6F1;
}

.pagados-d .chart-wrapper.card-main, .pagados-d .table>thead>tr>th  {
  background: #d7d0eb; 
}

.finiquitados-d .chart-wrapper.card-main, .finiquitados-d .table>thead>tr>th  {
  background: #e9e1ca;
}

.asesoresg-d .body-alert .alert { 
  color: #918107;
  background-color: #fffce8;
  border-color: #fff7bd;
}

.solicitados-d .body-alert .alert { 
  color: #2f4350;
  background-color: #b5d7ed;
  border-color: #81B4D5;
}

.convenidos-d .body-alert .alert { 
  color: #3d5c59;
  background-color: #b1cfcc;
  border-color: #8aada8;
}

.pagados-d  .body-alert .alert { 
  color: #665e7e;
  background-color: #e0dde9;
  border-color: #beb7d5;
}


.finiquitados-d  .body-alert .alert { 
  color: #7c5410;
  background-color: #e9e1ca;
  border-color: #c5b793;
}

.solicitados-d .body-alert .alert.emptyerror, .convenidos-d  .body-alert .alert.emptyerror, .pagados-d  .body-alert .alert.emptyerror,
.asesoresg-d  .body-alert .alert.emptyerror, .body-alert .alert.emptyerror{
  color: rgb(24, 23, 23);
  background-color: #FF7F50;
  border-color: #e55b5b;
}

 
#modalDetalle .card-header button{
  width: 100%;
  background: #e3f1db;
}
 

 
#modalDetalle .btn.btn-link:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
   color: #959595;
   
}

#modalDetalle .btn-link:focus, #modalDetalle .btn-link:hover { 
  text-decoration: none; 
  background: #c9e3bb;
  border: none;
  outline: none;   
}

#modalDetalle .btn.btn-link.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

#modalDetalle .btn.btn-link{
  color: #000000;
  font-weight: 700;
}
 #modalDetalle span{
  color: grey;
  font-weight: 300;
 }


 #modalDetalle  .modal-body{
  max-height: 600px;
  overflow-y: auto;
 }

 input[type="search"]::-webkit-search-cancel-button {  
  -webkit-appearance: none; 
   height: 14px;
   width: 14px;
   display: block;
   margin-right: 40px;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
 
  background-repeat: no-repeat; 
  background-size: 14px;

}


.padx-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#loader-container{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  background-color: #d1d1d196;
  z-index: 9999;
  display: none;
}

#loader-container.show-loader{ 
  display: block;
}

 .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #32816f;
  border-color: #32816f transparent #32816f transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #3838384d;
}

.navbar-inverse .navbar-toggle .icon-dot {
  background-color: #fff;
}
.navbar-toggle .icon-dot {
  display: block;
  width: 3px;
  margin-bottom: 2px;
  height: 3px;
  border-radius: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

.alert_main{
  text-align: center;
  margin: auto;
  width: 80%;
  background: #FF7F50;
  color: black;
  margin-top: 50px;
  min-height: 100px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#printMap { display: block; } 

@media print { 
 
  #printMap { display: block; } 
}



